home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c
- Path: usinternet.com!not-for-mail
- From: sjibben@usinternet.com (Scott Jibben)
- Subject: Watcom's wmake?
- Message-ID: <247cc$1d1.291@usinternet.com>
- Date: Sun, 04 Feb 1996 07:13:01 GMT
- Organization: Jibben Software
- X-Newsreader: NeoLogic News for OS/2 [version: 4.2]
-
- I'm in the process of migrating from Borland to Watcom C++. I'm
- also porting all of my make files to use Watcom's make utility.
- I have had a lot of trouble with this software. Here's an
- example of one of my problems:
-
- test : .SYMBOLIC
- cwd
- md testdir
-
- Now, shouldn't the above create the directory, TESTDIR in the
- current directory? What happens is that it always creates it in
- C:\TESTDIR, even when my makefile is located in D:\USR\WTEST.
-
- I wrote the small utility cwd to just display the current
- working directory to find out where wmake thought it was. It
- displays the correct directory (D:\USR\WTEST).
-
- That was my test using Watcom C++ 10.0. My other problems seem
- to be 10.50 specific so far. Running the same makefile will
- produce error messages that say it can't execute md or even
- echo. Any ideas on this one?
-
- Any help would be much appreciated!
-
- Scott Jibben
- Jibben Software
- Galactic Overlord & Mines of Gorr BBS Door Games
- -----------------------------
- [EMAIL] sjibben@usinternet.com
- [WWW] http://www.usinternet.com/jsw
- [FTP] europa.com /outgoing/DOORS/jibben
- [FTP] ftp.cts.com /pub/dferber/jibben
- [FIDO] 1:282/115
- [BBS] 612-379-8272 (10 USR 28.8 Couriers)
-
-
-